home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pofo / text / dkusdocs / appbatch.doc next >
Encoding:
Text File  |  1991-08-21  |  3.5 KB  |  125 lines

  1.                        APPBATCH
  2. >>>>>>>>>>>>>> MACRO'S for the Portfolio !!! <<<<<<<<<<<<<<<<
  3.  
  4. A number of often used PortFolio applications require much too many 
  5. key strokes. For instance, searching a phone number and dialing it 
  6. takes more than 15 keystrokes.
  7. A possibility to make batchfiles WITHIN the APPlication-programs yourself
  8. might be a good idea.
  9.  
  10. The FAKE.COM command allows for this. This small DOS-command, from the
  11. december 1985 issue of PC magazine, is very suitable for the Portfolio.
  12.  
  13. What does FAKE.COM do?
  14.  
  15. It simply generates keystrokes for you.
  16.  
  17. When FAKE.COM has been loaded in the Portfolio, it is possible, using simple
  18. batch files, to command the APP software (or other software) to execute
  19. complex commands.
  20.  
  21. Syntax for FAKE.COM (usually in batch files:)
  22.  
  23.        FAKE ["letters"] [00] [@00]
  24.  
  25. It is possible to enter the commands as a string between double quotes,
  26. as ASCII code, and as EXTENDED code (with an @ added).
  27.  
  28. Example: SERVE.BAT looks like this:
  29.  
  30.        FAKE "app" 13 "sfs" 13
  31.  
  32. The command APP is entered, and the selecction Setup, File transfer, and
  33. Server is made.
  34.  
  35. Some other batchfiles are included:
  36.  
  37. ***
  38. ZOEK.BAT  searches a name in the active address list:
  39. e.g. ZOEK JAMES  
  40.  
  41. ***
  42. BEL.BAT  also searches an address, and gives the DIAL command.
  43. e.g. BEL ATARI and the first address of ATARI will be dialed.
  44.  
  45. ***
  46. SMAL.BAT changes the printer setup, to print condensed and 12 CPI.
  47. This works on most (EPSON-like) printers. Comes in handy for wide
  48. spreadsheets.
  49.  
  50. ***
  51. BREED.BAT switches back to 'the usual' 10 Characters Per Inch.
  52.  
  53. ***
  54. STIL.BAT toggles the MUTE mode (in MUTE mode, no sound is generated).
  55.  
  56. ***
  57. REKEN.BAT is a very fast way to calulate, e.g.
  58. REKEN 87*2048
  59.  
  60. ***
  61. LAAD.BAT starts the editor and directly loads a file, e.g.
  62. LAAD letter.txt
  63.  
  64. ***
  65. ALARM.BAT sets the alarm beeper to a certain time (for the same day) e.g.
  66. ALARM 14:00
  67. or
  68. ALARM 14:00 deadline
  69. (The optional message after the time cannot contain spaces)
  70.  
  71. ***
  72. MEMO.BAT writes the header of a standard-memo. The design
  73. (e.g.: subject_of_this_memo) directly follows the command, e.g.
  74. MEMO yearsummary
  75.  
  76. If in the DOS environment, a varible %owner% is defined,
  77. (SET owner=myname)
  78. then this name will be filled in at From...
  79. As an example, here are the contents of my AUTOEXEC.BAT :
  80.  
  81.      @ECHO OFF
  82.      PROMPT $P$G
  83.      PATH= C:\;A:;
  84.      SET owner=S.J.Spoelstra
  85.      ECHO %owner%
  86.      APP
  87.  
  88. If one enters the command
  89.             MEMO budget
  90.                   MEMO.TXT looks like:
  91.  
  92.      --------Memo------------- 
  93.      Subj: budget 
  94.      Date: Sun  1-04-1990
  95.      Time: 20:10:54.00
  96.      From: S.J.Spoelstra 
  97.      To  :  
  98.      ------------------------- 
  99.  
  100.  
  101. Combination of the very extensive BATCH possibilities and the 'tricks'
  102. by FAKE.COM allows many more possibilities.
  103. I'm interested in suggestions.
  104.  
  105.  
  106. **************************************************************************
  107. *           IF THESE BATCHFILES DON'T WORK ON YOUR PORTFOLIO          *
  108. **************************************************************************
  109.  
  110. This has happened to me too (after a LOW BATTARY warning):
  111. on a batch command, the FAKE command didn't do anything anymore,
  112. even after refreshing the battaries.
  113. All other software did work, however.
  114. The only solution I found was a cold reset: remove battaries, insert
  115. a metal pen in the battary compartment: all info on c: is lost.
  116. After that, everything works perfect.
  117.  
  118. With thanks to Peter ten Hoopen from Amsterdam, who entered FAKE.COM from
  119. PC-magazine.
  120.  
  121. Sjoerd Spoelstra
  122. Reachable via ATARI BBS
  123. +31 3473-77584/77376
  124.  
  125.